Skip to main content

Compare How To's

How to's for the Compare guide.

How to use FlowCompare as a branching decision?

  1. Drag and drop the FlowCompare node into your workflow.
  2. Define multiple comparison rules as needed.
  3. From the FlowCompare node, draw separate connections (arrows) for each rule.
  4. Connect each to a distinct node to represent different outcomes based on the evaluation.

How to set a default path when no condition matches?

  1. Create a final comparison rule with a condition that always evaluates to true (e.g., 1 == 1).
  2. Place this rule at the end of the rule list.
  3. Connect it to the desired fallback flow node to act as the default path.